home *** CD-ROM | disk | FTP | other *** search
- object frmNewMessage: TfrmNewMessage
- Left = 544
- Top = 271
- Width = 273
- Height = 171
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = OkButton
- AlphaBlend = True
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'SMS Received'
- Color = clBtnFace
- Constraints.MaxHeight = 368
- Constraints.MaxWidth = 370
- Constraints.MinHeight = 171
- Constraints.MinWidth = 273
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDefaultPosOnly
- ShowHint = True
- OnActivate = OnMouseEnter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- DesignSize = (
- 265
- 137)
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = -66
- Top = -20
- Width = 394
- Height = 386
- Anchors = [akTop]
- end
- object lbText: TTntLabel
- Left = 140
- Top = 20
- Width = 22
- Height = 13
- Caption = 'Text'
- ShowAccelChar = False
- Transparent = True
- OnDblClick = Reply1Click
- OnMouseEnter = OnMouseEnter
- OnMouseLeave = OnMouseLeave
- end
- object lbAlpha: TTntLabel
- Left = 140
- Top = 4
- Width = 35
- Height = 13
- Caption = 'lbAlpha'
- Transparent = True
- end
- object OkButton: TButton
- Left = 140
- Top = 112
- Width = 57
- Height = 21
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Close'
- TabOrder = 0
- OnClick = OkButtonClick
- end
- object ActionButton: TTntButton
- Left = 204
- Top = 112
- Width = 57
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = 'Action '#187
- TabOrder = 1
- OnClick = ActionButtonClick
- Caption_UTF7 = 'Action +ALs'
- end
- object ImagePanel: TPanel
- Left = 4
- Top = 4
- Width = 132
- Height = 131
- BevelInner = bvLowered
- BevelOuter = bvLowered
- Caption = '<no photo>'
- Color = cl3DLight
- TabOrder = 2
- object Image32: TImage32
- Left = 2
- Top = 2
- Width = 128
- Height = 127
- Align = alClient
- BitmapAlign = baCenter
- Scale = 1
- ScaleMode = smResize
- TabOrder = 0
- end
- end
- object FormPlacement1: TFormPlacement
- IniFileName = 'Software\floAt\MobileAgent'
- IniSection = 'NewMsgWindow'
- UseRegistry = True
- Left = 180
- Top = 40
- end
- object Timer1: TTimer
- Interval = 100
- OnTimer = Timer1Timer
- Left = 212
- Top = 40
- end
- object PopupMenu1: TPopupMenu
- Images = Form1.ImageList2
- OnPopup = PopupMenu1Popup
- Left = 152
- Top = 40
- object Reply1: TMenuItem
- Caption = '&Reply'
- ImageIndex = 3
- OnClick = Reply1Click
- end
- object Forward1: TMenuItem
- Caption = '&Forward'
- ImageIndex = 4
- OnClick = Forward1Click
- end
- object Chat1: TMenuItem
- Caption = 'Chat Contact...'
- ImageIndex = 21
- OnClick = Chat1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object AddContact1: TMenuItem
- Caption = '&Add To Phonebook...'
- ImageIndex = 20
- OnClick = AddContact1Click
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Delete1: TMenuItem
- Caption = '&Delete'
- ImageIndex = 6
- OnClick = Delete1Click
- end
- end
- end
-